test: avoid flaky restart sync in debugger exceptions test#62055
test: avoid flaky restart sync in debugger exceptions test#62055inoway46 wants to merge 2 commits intonodejs:mainfrom
Conversation
217a40b to
bfe5f1b
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #62055 +/- ##
==========================================
- Coverage 89.69% 89.68% -0.01%
==========================================
Files 706 706
Lines 218222 218222
Branches 41768 41771 +3
==========================================
- Hits 195731 195711 -20
- Misses 14411 14418 +7
- Partials 8080 8093 +13 🚀 New features to boost your workflow:
|
This comment was marked as outdated.
This comment was marked as outdated.
64b5b0e to
a3aa5ce
Compare
|
Since the Windows flakiness seems better now, could you please rerun CI for this PR? |
This comment was marked as outdated.
This comment was marked as outdated.
|
https://ci.nodejs.org/job/node-test-commit-windows-fanned/76495/console I'm not sure this will help, but rebasing this branch onto the latest |
c5ad00e to
27e3713
Compare
27e3713 to
1b3d3fe
Compare
|
#62055 (comment) |
In
test/parallel/test-debugger-exceptions.js, usingstepCommand('r')can intermittently time out while waiting forBREAK_MESSAGE. This PR preserves the test intent, but changes the reconnect sync point for r to wait forokbeforewaitForInitialBreak().Same approach as #62807
CI logs
Testing
./tools/test.py -p actions parallel/test-debugger-exceptions./tools/test.py -p actions -j1 --repeat 40 parallel/test-debugger-exceptions./tools/test.py -p actions parallel/test-debugger-restart-message parallel/test-debugger-run-after-quit-restartRefs: #61762